Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NOTE: THIS ASSIGNMENT DOES NOT USE JUPYTER NOTEBOOK. Among other things, this project requires you to Create a file named Proj 0 5 Runner.py that

NOTE: THIS ASSIGNMENT DOES NOT USE JUPYTER NOTEBOOK.
Among other things, this project requires you to
Create a file named
Proj05Runner.py that contains a class named Runner that contains a static method named run.
Accept two Pandas series objects as incoming parameters to the run method.
Create a new dataset from the two incoming datasets.
Plot the three datasets as bar graphs in a single stacked figure and display that figure on the computer screen.
Create an output file named "combined_plots.jpg" that contains the figure.
PROGRAM SPECIFICATIONS
Create the file named
Proj05Runner.py as described above. DO NOT include code in your file named
Proj05Runner.py for the purpose of testing your code in a stan alone manner. Instead you must test your code by placing the file named
Proj05Runner.py in the same folder as the file named
Proj05.py and executing the file nam
Proj05.py.
Use the following code to creature the figure:
)
()'('Red'
Do not specify the figsize parameter. For this and all future assignments, omit the figsize parameter and simply accept the default size unless you are instructed to specify figsize by the assignment specifications.
Put your file named
Proj05Runner.py in the same folder as the given file named
Proj05.py and execute the file named
Proj05.py. Your program must process the inpL data and produce an output that matches the image shown below for the input provided by the given file named
Proj05.py.
Your requirement is not simply to write code that replicates the image shown below. Your requirement is to write code that produces that image by processing the inp data. Your instructor will pass input data having different weight and name values to your code when grading your solution. In that case your code must create a figur that faithfully represents that new input data. It is recommended that you do the same when testing your code.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Statistical And Scientific Database Management International Working Conference Ssdbm Rome Italy June 21 23 1988 Proceedings Lncs 339

Authors: Maurizio Rafanelli ,John C. Klensin ,Per Svensson

1st Edition

354050575X, 978-3540505754

More Books

Students also viewed these Databases questions

Question

Describe the factors influencing of performance appraisal.

Answered: 1 week ago

Question

What is quality of work life ?

Answered: 1 week ago

Question

Perform an Internet search. Discuss a company that uses EPLI.

Answered: 1 week ago

Question

How do you feel about employment-at-will policies? Are they fair?

Answered: 1 week ago