Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavarora1895/advanced-data-visualization
Advanced Visualizations in Python
https://github.com/pranavarora1895/advanced-data-visualization
data-visualization geojson matplotlib pandas python seaborn
Last synced: about 18 hours ago
JSON representation
Advanced Visualizations in Python
- Host: GitHub
- URL: https://github.com/pranavarora1895/advanced-data-visualization
- Owner: pranavarora1895
- License: mit
- Created: 2024-01-31T02:42:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T00:27:24.000Z (about 1 month ago)
- Last Synced: 2024-10-20T11:45:19.571Z (29 days ago)
- Topics: data-visualization, geojson, matplotlib, pandas, python, seaborn
- Language: Jupyter Notebook
- Homepage:
- Size: 65.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Data Visualization in Python
> All the data visualization files are in the Assignments folders along with their instructions PDF.
## Some of my favorite Visualizations
### Foray NL Data Science Contest Poster
![ForayNL Mushroom Spread Poster]()
### Customer Support Efficiency Poster
![Unlocking Customer Support Efficiency]()
### Sleep Cycle Visualization using Merimekko Chart
![sleep cycle](img/sleep.png)
### Bed, Bath & Beyond Products category chart (Rectangular)
![BBB Rectangle](img/bbb_rectangle.png)
### Bed, Bath & Beyond Products category chart (Bubbles)
![BBB Bubbles](img/bbb_bubbles.png)
### Average Global Temperature
![avg. global temprature](img/avg_global_temp.png)
### Immigration Map using Alluvial Diagram
![imm_map](img/immigration_alluvial.png)
### Baby Born Hours (Radial Diagram)
![babies born hours](img/babies_born.png)
### Best Selling Gaming Consoles
![game consoles](img/game_consoles.png)
### Total Solar Eclipse Mapping
![total solar eclipse](img/total_solar_eclipse.png)
#### Total Solar Eclipse Mapping using JS Leaflet Library
![total solar eclipse using leaflet](img/leaflet_solar_eclipse.png)