question lists Instructions Explicitly answer each question with required features and functionality. It is not necessary to include non-related code to the answer, as this makes the test harder to...

1 answer below »
Hi, There is 5 question that we need to write the code for, each question is related to each other so technically just a couple of line gets added compared to the previous question. I have only 10 hours to do it. I attach the questions. pls let me know if you can help meI want a separate py file for each question pls even though we technically copy the previous question code and add a couple of lines. so it will be like Q1.py Q2.p and etc


question lists Instructions Explicitly answer each question with required features and functionality. It is not necessary to include non-related code to the answer, as this makes the test harder to grade. It is NOT required to write a complete program to answer the question. If you do decide to include non-related code to your answer, please mark clearly where the explicit code is located so it can be easily graded. Otherwise I may not find the code to be graded. Question 1 Scrape, using BeautifulSoup, this webpage: https://worldpopulationreview.com/country-rankings/pollution-by-country (Links to an external site.) . Scrape the list with the caption: "The top 20 nations with the highest C02 emissions are:". Scrape the list into a JSON string. ________________________________________ Question 2 Using your JSON string generated in question #1, sort it by name. ________________________________________ Question 3 Using your sorted JSON string from Question 2, write a function to take each country from the JSON string and insert it into your SQLite database. ________________________________________ Question 4 Using your SQLite database from Question 3, extract each country from the database using threading techniques. Store each country in a DataFrame https://worldpopulationreview.com/country-rankings/pollution-by-country https://worldpopulationreview.com/country-rankings/pollution-by-country ________________________________________ Question 5 Using the DataFrame from question 4, use MatPlotLib to plot the data using a Pie Chart. Each section of the pie chart will be the same size labeled with the country name.
Answered Same DayNov 18, 2021

Answer To: question lists Instructions Explicitly answer each question with required features and...

Shubham Kumar answered on Nov 19 2021
126 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here