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