{"id":18344411,"url":"https://github.com/veb-101/numpy-pandas-matplotlib-tutorial","last_synced_at":"2025-04-06T07:33:07.125Z","repository":{"id":48155907,"uuid":"229457214","full_name":"veb-101/Numpy-Pandas-Matplotlib-Tutorial","owner":"veb-101","description":"Tutorial notebooks on numpy, pandas and matplotlib. ","archived":false,"fork":false,"pushed_at":"2020-05-10T16:06:48.000Z","size":5500,"stargazers_count":38,"open_issues_count":0,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T20:46:35.059Z","etag":null,"topics":["matplotlib","numpy","pandas","python-3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veb-101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-21T16:56:39.000Z","updated_at":"2025-01-17T20:09:48.000Z","dependencies_parsed_at":"2022-09-10T20:02:02.376Z","dependency_job_id":null,"html_url":"https://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veb-101%2FNumpy-Pandas-Matplotlib-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veb-101%2FNumpy-Pandas-Matplotlib-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veb-101%2FNumpy-Pandas-Matplotlib-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veb-101%2FNumpy-Pandas-Matplotlib-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veb-101","download_url":"https://codeload.github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247450770,"owners_count":20940938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matplotlib","numpy","pandas","python-3"],"created_at":"2024-11-05T21:06:00.598Z","updated_at":"2025-04-06T07:33:06.201Z","avatar_url":"https://github.com/veb-101.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Tutorial notebooks on numpy, pandas and matplolib\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/veb-101/Numpy-Pandas-Matplotlib-Tutorial/master) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial/issues) [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial/pulls)\n__________\n\n\u003cimg src=\"logo.png\" height=350px width=\"1500\"\u003e\n\n* Run online using either [binder](https://mybinder.org/v2/gh/veb-101/Numpy-Pandas-Matplotlib-Tutorial/master) or [colab](https://colab.research.google.com/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/).\n* To run on your local machine; execute in either CMD or Terminal\n\n```shell\ngit clone https://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial.git\ncd Numpy-Pandas-Matplotlib-Tutorial\n```\n\n* Then install the required libraries (requires **python3**)\n\n```shell\npython -m pip install -r requirements.txt (for windows)\npython3 -m pip install -r requirements.txt (for linux)\n```\n\n| Sr. No. | Topic      | Notebook                                                                                                                                                                                                    |\n| ------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| 1       | Numpy      | [Numpy notebook](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/numpy/Numpy%20basic%20tutorial.ipynb)                                                             |\n|         |            |                                                                                                                                                                                                             |\n| 2       | Pandas     | [Getting Started with Pandas](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/pandas/Getting%20started%20with%20pandas.ipynb)                                      |\n|         | Pandas     | [Data Loading, Storage, and File Formats](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/pandas/Data%20Loading%2C%20Storage%2C%20and%20File%20Formats.ipynb)      |\n|         | Pandas     | [Data Cleaning and Preparation](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/pandas/Data%20Cleaning%20and%20Preparation.ipynb)                                  |\n|         | Pandas     | [example test](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/pandas/test.ipynb)                                                                                  |\n|         |            |                                                                                                                                                                                                             |\n| 3       | Matplotlib | [Part 1: Creating and Customizing Our First Plots](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2001%20Introduction%20and%20Line%20Plots.ipynb) |\n|         | Matplotlib | [Part 2: Bar Charts and Analyzing Data from CSVs](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2002%20Bar%20Charts.ipynb)                       |\n|         | Matplotlib | [Part 3: Pie Charts](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2003%20Pie%20Charts.ipynb)                                                    |\n|         | Matplotlib | [Part 4: Stack Plots](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2004%20Stack%20Plots.ipynb)                                                  |\n|         | Matplotlib | [Part 5: Filling Area on Line Plots](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2005%20Fill%20Between.ipynb)                                  |\n|         | Matplotlib | [Part 6: Histograms](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2006%20Histograms.ipynb)                                                      |\n|         | Matplotlib | [Part 7: Scatter Plots](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2007%20Scatter%20Plots.ipynb)                                              |\n|         | Matplotlib | [Part 8: Plotting Time Series Data](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2008%20Time%20Series.ipynb)                                    |\n|         | Matplotlib | [Part 10: Subplots](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Part%2010%20Subplots.ipynb)                                                         |\n|         | Matplotlib | [Plotting and Visualization](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Plotting%20and%20Visualization.ipynb)                                      |\n|         | Matplotlib | [Word Cloud](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Word%20Cloud.ipynb)                                                                        |\n|         | Matplotlib | [Seaborn Basics](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/matplotlib-seaborn-basic.ipynb)                                                        |\n|         | Matplotlib | [Iris - Data Visualization](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/Data-Visualizations.ipynb)                                                  |\n|         | Matplotlib | [Pokemon - Data Visualization](https://nbviewer.jupyter.org/github/veb-101/Numpy-Pandas-Matplotlib-Tutorial/blob/master/matplotlib/seaborn_tutorial_EDS.ipynb)                                              |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveb-101%2Fnumpy-pandas-matplotlib-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveb-101%2Fnumpy-pandas-matplotlib-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveb-101%2Fnumpy-pandas-matplotlib-tutorial/lists"}