Install python 8 or later
- pandas:
pip install pandas
- matplotlib:
pip install matplotlib
- seaborn:
pip install seaborn
Python code is write at main.py
You can change the csv file by change the directory at line 6:
df = pd.read_csv('{your directory to csv file}')
Run command py main.py
or python main.py
depend on your python setting to generate chart and data table.
Run this project in IDE support to deploy