donigian / Data-Analysis-with-Python

Practical Data Analysis with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practical Data Analysis with Python:

This repo includes a set of IPython notebooks which will includes code snippets for the following:

  • Intro to IPython
  • Intro to Pandas
  • Data Analysis using Pandas
  • Graph Algorithms with NetworkX
  • Machine Learning using Scikit-Learn
  • Visualize Data with MatPlotLib
  • Time series analysis with Pandas

Run Instructions:

Start IPython from CL

ipython notebook --pylab inline

Import notebook from IPython dashboard

About

Practical Data Analysis with Python