diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-18 09:12:39 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:56 -0600 |
commit | 9da5bc0dffe7973e2a406fb1dd3554e62969ce2a (patch) | |
tree | 37692d6fb15f81a378dd47e14ff26df57319aa38 /development/pandas/README | |
parent | 6a0d4ed75e47b559edbc724f2557343ab9e794ac (diff) |
development/pandas: Added (Powerful data structures).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..0d6bcfa32b71 --- /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. |