/DataAnalysisPython

Data Analysis using Python and Pandas

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Data Analysis using Python

Data Analysis using Python and Pandas

Scope

  1. Using notebooks for data analysis pipeline
  2. Introduction to pandas
  3. Loading data
  4. Using it like Excel
  5. Plotting data using pandas, matplotlib, and seaborn.
  6. Presenting the results.

Dependencies

  • Python >3.5 - using Anaconda
  • Jupyter notebook - comes in anaconda package
  • pandas, matplotlib, numpy, seaborn - comes in anaconda package
  • pandas-datareader

Install using conda install pandas-datareader seaborn

Documentation

Useful resources: