Answered step by step
Verified Expert Solution
Link Copied!

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

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

Real Time Database And Information Systems Research Advances

Authors: Azer Bestavros ,Victor Fay-Wolfe

1st Edition

1461377803, 978-1461377801

More Books

Students also viewed these Databases questions

Question

What do you understand by MBO?

Answered: 1 week ago

Question

What is meant by planning or define planning?

Answered: 1 week ago

Question

Define span of management or define span of control ?

Answered: 1 week ago