Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratapvardhan/notebooks
A collection of Jupyter/IPython notebooks
https://github.com/pratapvardhan/notebooks
data-science exploratory-analysis ipython-notebook jupyter-notebook python
Last synced: about 1 month ago
JSON representation
A collection of Jupyter/IPython notebooks
- Host: GitHub
- URL: https://github.com/pratapvardhan/notebooks
- Owner: pratapvardhan
- License: mit
- Created: 2014-12-14T12:33:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T10:55:04.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T23:23:50.921Z (about 2 months ago)
- Topics: data-science, exploratory-analysis, ipython-notebook, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 11.4 MB
- Stars: 99
- Watchers: 7
- Forks: 82
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notebooks
A collection of Python notebooks.
- [Bar Chart Race in Python with Matplotlib](barchart-race-matplotlib.ipynb) ~In roughly less than 50 lines of code.
- [Exploratory Spatial Data Analysis with Python](exploratory-spatial-data-analysis.ipynb) - geopandas, shapely, matplotlib
- [COVID-19 Dashboards](covid19/covid19-overview.ipynb) - Tracking coronavirus total cases, deaths and new cases by country
- [Geospatial Visualizations with Matplotlib](geospatial-visualizations-matplotlib.ipynb) - Exploring India with data, maps and animations
- [Song Lyrics: Exploratory Analysis](lyrics-analysis.ipynb) - [Kanye Lyrics](https://www.kaggle.com/pratapvardhan/kanye-lyrics-eda-song-generator-topic-modelling): EDA, Song Generator, Topic Modelling
- [India's Lower Judiciary](india-lower-judiciary-states.ipynb) - [Analysis](https://pratapvardhan.com/blog/india-lower-judiciary/) of how cases are being decided in Indian lower courts
- [Morphological Gradients](http://nbviewer.ipython.org/github/pratapvardhan/iPyNotebooks/blob/master/morphological-gradients.ipynb) - skimage implementation of MM gradients.
Bar Chart Race in Python with Matplotlib
Exploratory Spatial Data Analysis with Python
COVID-19 Dashboards
Geospatial Visualizations with Matplotlib
Song Lyrics: Exploratory Analysis
India's Lower Judiciary