You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Final Assignment Project submitted for Code in Place Stanford Program
A Data Science program to analyse and visualize COVID-19 data using .csv file and api's to get latest case data. To accomplish this python has libraries like "PLOTLY", which gives us tools like maps, bars, scatter_polar figures etc.
Run the project.py file and you are presented with below options.
Type 1 and press enter.
Displays a Map
Type 2 and press enter.
Displays a Map
Type 3 and press enter.
Displays a Map
Type 4 and press enter.
Displays a scatter_polar chart - In a polar scatter plot, each row of data_frame is represented by a symbol mark in polar coordinates.
Type 5 and press enter. Then type in the country name to see the latest Covid-19 cases details in a map.
Displays a chloropleth map with country data and displays a bar figure on the left hand side with total cases by total deaths.
About
Final Assignment Project submitted for Code in Place Stanford Program