Task1: Setting up the local repo.
Task2:
Initial datasets daily_sales_data_0.csv, daily_sales_data_1.csv, daily_sales_data_2.csv The attributes in the above datasets are
- product - {'gold morsel', 'magenta morsel', 'periwinkle morsel', 'vermilion morsel', 'chartreuse morsel', 'lapis morsel', 'pink morsel'}
- price
- quantity
- date
- region - {'west', 'east', 'north', 'south'}
Combining the three datasets into a single dataset i.e combined_data.csv. The Soul Foods is only interested in Pink Morsels
The output file contains three fields:
- sales = price * quantity
- date
- region
Task3:
(Threshold : sales on Jan 15 2021)
Task4:
Added some UI to it so it is convenient to use.
Task5:
Add some unit test cases to verify the Dash application.