The aim of this small project is to demonstrate the ste-by-step a data analyst should take when dealing with new data/project, using the data analysis functions from Python libraries.
Libraries used:
- Pandas
- Matplotlib
Tasks demonstrated:
- Read excel files (previously cleaned, the python functions for cleaning will be done in another project)
- Understand the structure, get info, check if the values are consistent and in need of another cleasing or preparation
- Concatenate tables
- Export to a sheet
- Basic plotting