Data Visualization project made with Python.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to run this project you will need two python libraries, matplotlib and pandas. This is how you install them on linux.
sudo pip3 install pandas
sudo pip3 install matplotlib
If you want to test you can change plt.savefig() to plt.show() and modify whatever you want in the graphs.
- Matheus Levi Aidano - matheuslevi11