No exclusive GNU utilities usage.
Solution developed on Windows.
To run this program, do one of the following ⬇️
This option will need you to be able to execute makefile commands.
For more information about how to install MAKE GNU into your computer, direct to: Makefile Documentation
First steps to use this project into your computer.
#Do the data transformations
python app/main.py
#Execute the Jupyter notebooks at the 'notebooks folder'
jupyter nbconvert --to notebook --execute notebooks/reports.ipynb --output output/reports.ipynb
make example-excercise
Quick overview over some of the functionalities of this project.
Consult the documentation folder for more information: Documentation
Dataset to use during this exercise.
For more information about the data used, please refer to: Excel File
Note You will not be able to open it on Github... 😅
The data transformations will be carried out with help of Python scripts, which will use the modules pandas
and sqlite3
.
For more information about the data used, please refer to: Scripts Python Module
Miguel Estrada: [email protected]