Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1007 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 1007 Bytes

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: