In this project we will use Python to do very basic data analysis on a spreadsheet. The standard project will use csv file that contains fake sales data.
- Read the data from the spreadsheet
- Collect all the sales from each month into a single list
- Output the total sales across all months
- Python 3.7
- Tanushree Aggarwal