Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You may use any data in . json format that contains nested structures of lists and dictionaries. You may get this data from a file
You may use any data in . json format that contains nested structures of lists and dictionaries. You may get this data from a file like in the previous assignment or from a web API. If you use the COVID API, pick a new endpoint other than the https://api . covid19api. com/summary one we used in class (for example, see https://rapidapi.com/collection/list-of-free-apis, Yelp, NASA, etc.). Note that many of the Web API require you to register and use a password-like key when you use the API - they're all a little different so you will need to look for examples of how to use that one. Your dashboard needs to include the following - a data visualization, like a bar graph, line graph, or map (see https://plotly.com/python/ for more examples) - a user interface component (like a dropdown menu or input box - see https://dash.plotly.com/dash-core-components) that causes some change in the visualization Note: You do have the option of using the https://api . covid19api . com/live/country/unitedstates endpoint and completing the state-level line graph dashboard we started in class. Submit the following to the Assignment 4: Dashboard assignment on codePost. Include the following 1. Your file with all your code. 2. Something that shows what your data looks like - it can be a partial file or a bit of the data copy-and-pasted into the comments of your code. 3. A screenshot that shows your dashboard working on your own computer - so I can see what it looks like if I can't get it running (which I probably won't if you use a new data source)
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