...
/Final Challenge: Find the Day of Week with the Most Sales
Final Challenge: Find the Day of Week with the Most Sales
Learn how to use the Pandas functions, fillna, groupby, dayofweek, and sort_values.
We'll cover the following...
We'll cover the following...
Problem Statement
This challenge consists of a few steps.
-
We have a
DataFramecalledgrocery, which contains some missing values in thepricecolumn. We need to fill them in with the average ...