Our Excel expert has been skiing for 3 months now, and we really need to analyze our Black Friday sales data!
In the Excel workbook attached, you'll see that we're missing data for taxes and totals. Can you fill in those rows of data using Python?
You'll find more detailed instructions in the notebook attached, and I'll follow up shortly with more steps for the analysis.
- Read in data from an Excel workbook
- Define a function that prints cell contents
- Use for loops to manipulate Excel data
- Import and call a previously saved function
- Write data into Excel cells
- Save an Excel workbook
We need to calculate some key metrics by aggregating our data, which will be super helpful for determining how well we performed during Black Friday.
- Define a function that sums Excel columns, leveraging a list comprehension
- Apply numerical functions to calculating KPIs
- Use set operations to find unique items
- Create a dictionary using nested loops
- Challenge: Write a function that calculates the sum of an Excel column, grouped by the unique values in another column