summaryrefslogtreecommitdiffstats
path: root/development/pandas/README
diff options
context:
space:
mode:
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
commit9da5bc0dffe7973e2a406fb1dd3554e62969ce2a (patch)
tree37692d6fb15f81a378dd47e14ff26df57319aa38 /development/pandas/README
parent6a0d4ed75e47b559edbc724f2557343ab9e794ac (diff)
downloadslackbuilds-9da5bc0dffe7973e2a406fb1dd3554e62969ce2a.tar.gz
slackbuilds-9da5bc0dffe7973e2a406fb1dd3554e62969ce2a.tar.xz
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/README9
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.