This study analyzes the React Native community and the questions made on Stack Overflow about the React Native. The primary analysis is made with Jupyter notebooks using the Stack Overflow data collected from Stack Exchange Data Explorer.
The notebooks analyze the initial dataset saved on the tables.zip file. Unzip the file before running the notebooks.
Use the command bellow to run the jupyter lab on docker:
docker-compose upThe notebooks will be available on localhost:8888/lab
Obs.: The docker environment has fewer resources to run oversized data as the analysis of the questions' body
Enter the notebooks folder, and follow the following steps.
Install the jupyter lab:
pip3 install jupyterlabInstall the requirements:
pip3 install -r requirements.txtRun the notebooks:
jupyter-labThe notebooks will be available on localhost:8888/lab