https://github.com/zipcodecore/firstjupyternotebook
https://github.com/zipcodecore/firstjupyternotebook
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/firstjupyternotebook
- Owner: ZipCodeCore
- License: mit
- Created: 2021-07-01T13:45:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:34:50.000Z (about 1 year ago)
- Last Synced: 2025-02-25T23:46:10.881Z (10 months ago)
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Museums - Jupyter Notebook
Fork this, then clone it. Create a new jupyter notebook. Figure out how to use Pandas to answer the questions below.
When you are finished with the analysis, commit it, and push it back to your fork.
There is a CSV in here, `museums.csv`
## Questions about the data set
Within in the new jupyter notebook answer the following questions.
- Which city or state has the most museums per capita?
- Which city or state has the least museums per capita?
- How many zoos or aquariums exist in the United States?
- How many zoos?
- How many aquariums?
- What museum or related organization had the highest revenue last year?
- How does the composition of museum types differ across the country?
- For each type of museum, statistical measure on revenue and income?
## Viz
Create a visualization of some aspect of the data set. Perhaps a chart showing museums/zoos/aquariums per state...
Show a chart/plot/visualization which shows the distribution of money across the data set.