Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Option 3 Project Brief: Spreadsheet Analysis In this project you'll use Python to do very basic data analysis on a spreadsheet. The standard project will

Option 3
Project Brief: Spreadsheet Analysis
In this project you'll use Python to do very basic data analysis on a spreadsheet. The standard project will use csv file that contains fake sales data. After completing the required tasks you are free to change the csv file that you use.
The csv file for the standard project is called sales.csv and is included with your course materials. Please ask your instructor in case you are unable to find it.
You will not need any additional knowledge beyond what is covered in this course to complete this project.
Required Tasks
These are the required tasks for this project. You should aim to complete these tasks before adding your own ideas to the project.
Read the data from the spreadsheet
Collect all of the sales from each month into a single list
Output the total sales across all months
Ideas for Extending the Project
Here are a few ideas for extending the project beyond the required tasks. These ideas are just suggestions, feel free to come up with your own ideas and extend the program however you want.
Output a summary of the results to a spreadsheet
Calculate the following:
Monthly changes as a percentage
The average
Months with the highest and lowest sales
Use a data source from a different spreadsheet (see Useful Resources)Example Project Code
In this section you will find some example code to complete the required tasks. You can use this code for guidance if you are finding it difficult to complete the required tasks for this project.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions