Skip to content

Harikak09/quantium-starter-repo-sde

 
 

Repository files navigation

Quantium starter repo

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

  1. product - {'gold morsel', 'magenta morsel', 'periwinkle morsel', 'vermilion morsel', 'chartreuse morsel', 'lapis morsel', 'pink morsel'}
  2. price
  3. quantity
  4. date
  5. 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:

  1. sales = price * quantity
  2. date
  3. region

Task3:

Outputs: alt text alt text alt text alt text

(Threshold : sales on Jan 15 2021)

Task4:

Added some UI to it so it is convenient to use. alt text

Task5:

Add some unit test cases to verify the Dash application.

About

Quantium starter repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.1%
  • Python 24.9%