Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create python scripts and, preferably Jupyter notebooks, for the following: Using the spreadsheet with the 2018 data, create a scatter plot that plots mean family
Create python scripts and, preferably Jupyter notebooks, for the following:
- Using the spreadsheet with the 2018 data, create a scatter plot that plots mean family income against the percentage of the population with health insurance. Change the color of the bubbles to green and use the documentation on matplotlib.pyplot.scatter to change the bubbles to stars (5 points).
- Using the spreadsheet with the consolidated COVID data that you can download from the page A Line Chart in Python in this module, create a line graph that shows the moving average and the number of daily cases for Pasco (5 points).
- Using the spreadsheet with the consolidated COVID data that you can download from the page A Line Chart in Python, create a visualization that shows the moving average and the number of daily cases for Hillsborough. The moving average should be in a column chart and the number of daily cases should be in a line graph. Make sure you use suitable colors for both (5 points).
- Using the simplified Car Sales Data, create a (horizontal) bar chart (not a column chart) that shows the total sales and total costs for the Germany, Spain, and Switzerland (10 points).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started