diff options
Diffstat (limited to 'development/pandas/README')
-rw-r--r-- | development/pandas/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/pandas/README b/development/pandas/README new file mode 100644 index 0000000000..0d6bcfa32b --- /dev/null +++ b/development/pandas/README @@ -0,0 +1,9 @@ +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. |