summaryrefslogtreecommitdiffstats
path: root/development/pandas/README
blob: 20171901facf79dc11f1edb41e7077a6675279ac (plain)
Pandas is an open source, BSD-licensed library providing
high-performance, easy-to-use data structures and data analysis tools
for the Python programming language.

Recommended Dependencies:
numexpr: for accelerating certain numerical operations. numexpr uses
         multiple cores as well as smart chunking and caching to achieve
         large speedups
bottleneck: for accelerating certain types of NaN evaluations.
            bottleneck uses specialized cython routines to achieve
            large speedups.