项目作者: veb-101

项目描述 :
Tutorial notebooks on numpy, pandas and matplotlib.
高级语言: Jupyter Notebook
项目地址: git://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial.git
创建时间: 2019-12-21T16:56:39Z
项目社区:https://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial

开源协议:The Unlicense

下载


Tutorial notebooks on numpy, pandas and matplolib

Binder Open In Colab contributions welcome PRs


  • Run online using either binder or colab.
  • To run on your local machine; execute in either CMD or Terminal
  1. git clone https://github.com/veb-101/Numpy-Pandas-Matplotlib-Tutorial.git
  2. cd Numpy-Pandas-Matplotlib-Tutorial
  • Then install the required libraries (requires python3)
  1. python -m pip install -r requirements.txt (for windows)
  2. python3 -m pip install -r requirements.txt (for linux)
Sr. No. Topic Notebook
1 Numpy Numpy notebook
2 Pandas Getting Started with Pandas
Pandas Data Loading, Storage, and File Formats
Pandas Data Cleaning and Preparation
Pandas example test
3 Matplotlib Part 1: Creating and Customizing Our First Plots
Matplotlib Part 2: Bar Charts and Analyzing Data from CSVs
Matplotlib Part 3: Pie Charts
Matplotlib Part 4: Stack Plots
Matplotlib Part 5: Filling Area on Line Plots
Matplotlib Part 6: Histograms
Matplotlib Part 7: Scatter Plots
Matplotlib Part 8: Plotting Time Series Data
Matplotlib Part 10: Subplots
Matplotlib Plotting and Visualization
Matplotlib Word Cloud
Matplotlib Seaborn Basics
Matplotlib Iris - Data Visualization
Matplotlib Pokemon - Data Visualization