This project aims to apply some programming foundations concepts and Python functionalities applied to data analysis program which based on some data answer to two requirments.
- The file Code.py contains the code.
- The folder Documentation contains the repository documentation files and context about this project.
- The fil Data.csv is the data source for this project.
This document contains the context of the problem, requirments and functionality for each file and function.
This project aims to apply the following functionalities:
- Read CSV files in Python
- Make partial and total tours of lists and dictionaries
- Use dictionaries of lists
- Use lists of dictionaries
Once you execute the application, two options will be displayed by the console and you can start to navegate and interact with the program with the console. In the console, the program responses will be displayed.
To execute the program you have to execute the Code.py file.