subject

Write a program in Python that: - Reads in the data in the file given, Sets up the appropriate classes/attributes/methods, Assigns definitions to each category, Prints out the report for all instances in the input file
Setting up the data:
Month name, Number of days in the month, Market name, Category name, Category definition, Store name, Store type, brand name, sales
The output should have 10 lines or sets of lines. The output will look like this:
For the month of April, Charmin Bath Tissue within Jewel Food stores had sales of $ 68 in the Chicago market for a market share of 52
For the month of April, Charmin Bath Tissue within Jewel Food stores had sales of $ 62 in the Chicago market for a market share of 47
File contents are in .csv file (excel) and were copied and pasted below:
April30ChicagoBath TissueJewelFoodCharmin68
June30ChicagoBath TissueJewelFoodCharmin74
April30ChicagoBath TissueCVSDrugCharmin96
June30ChicagoBath TissueCVSDrugCharmin33
April30ChicagoBath TissueJewelFoodScott62
June30ChicagoBath TissueJewelFoodScott87
April30ChicagoBath TissueCVSDrugScott98
June30ChicagoBath TissueCVSDrugScott39
April30ChicagoBath TissueMarianosFoodCharmin85
June30ChicagoBath TissueMarianosFoodCharmin20

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:00
What is added to the < meta > tag to describe the encoding type?
Answers: 2
question
Computers and Technology, 23.06.2019 01:20
Me with this program in c++ ! computers represent color by combining sub-colors red, green, and blue (rgb). each sub-color's value can range from 0 to 255. thus (255, 0, 0) is bright red. (130, 0, 130) is a medium purple. (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (in other word, equal amounts of red, green, blue yield gray).given values for red, green, and blue, remove the gray part. ex: if the input is 130 50 130, the output is: 80 0 80. thus, find the smallest value, and then subtract it from all three values, thus removing the gray.
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
question
Computers and Technology, 23.06.2019 12:10
2. fabulously fit offers memberships for$35 per month plus a $50 enrollmentfee. the fitness studio offersmemberships for $40 per month plus a$35 enrollment fee. in how many monthswill the fitness clubs cost the same? what will the cost be?
Answers: 1
You know the right answer?
Write a program in Python that: - Reads in the data in the file given, Sets up the appropriate cla...
Questions
question
Mathematics, 15.01.2021 19:20
question
Chemistry, 15.01.2021 19:20
question
Mathematics, 15.01.2021 19:20
question
Mathematics, 15.01.2021 19:20
Questions on the website: 13722367