Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pleasew tell me how to do the following assignmentAnswer the questions below in a jupyter notebook using the Pandas data analysis tools for Python. Save

pleasew tell me how to do the following assignmentAnswer the questions below in a jupyter notebook using the Pandas data analysis tools for Python. Save
your notebook in html or pdf format. Do not submit external links.
Use the provided sample plastic_waste.csv file to answer the questions below (Q1 & Q2)
Q1) What percentage of the listed countries are in Africa? Use the continent column.
Q2) Calculate the mean, minimum, maximum, and standard deviation for populations in European
countries. Use the total_pop column.
Use the nobel.csv file to complete the questions below (Q3,4,5)
Q3) Construct a frequency distribution and a histogram to visualize the distribution of the category
variable.
Q4) Create a histogram to visualize the number of nobel prizes given to individuals in each country. You should have the country on the x-axis and the number of prizes given to that country on the y-axis.
:Overall notebook organization including comments in your code to explain your work

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_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions

Question

3. What are potential solutions?

Answered: 1 week ago