Skip to content

Instantly share code, notes, and snippets.

@bchirico
Created November 30, 2013 14:39
Show Gist options
  • Save bchirico/7719845 to your computer and use it in GitHub Desktop.
Save bchirico/7719845 to your computer and use it in GitHub Desktop.
Installation guide for pandas

##Pandas installation

###Pandas sudo apt-get install python-pandas

###Dependencies ####Numpy sudo pip install numpy ####python-dateutil ####pytz

###Reccomended dependencies ####numexpr for accelerating certain numerical operations. numexpr uses multiple cores as well as smart chunking and caching to achieve large speedups.

Best way to install is via package manager

####bottleneck for accelerating certain types of nan evaluations. bottleneck uses specialized cython routines to achieve large speedups.

TODO

###Optional Dependencies TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment