Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Power Query Use Power Query to read - confimed world data from : https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv Unpivot the data, Group the data by country and date, and
Power Query |
Use Power Query to read - confimed world data from : |
https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv |
Unpivot the data, Group the data by country and date, and transform the data into a 3 column table: |
Country, Date, Confirmed |
Use Power Query to read - world deaths data from : |
https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv |
Unpivot the data, Group the data by country and date, and transform the data into a 3 column table: |
Country, Date, Deaths |
Merge both queries into into one 4 column table: |
Country, Date, Confirmed, Deaths |
Main sheet: |
1. Create 2 pivot tables. First for Confirmed (date and confirmed), Srcond for Deaths (date and Deayhs). |
2. Add a slice by Country |
3. Add 2 "Line" Graphs for the above pivot tables. |
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