summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:52:37 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:33 +0200
commit2d4b5ee0908597f9aade923caba5ce0364068aba (patch)
tree44cd9283ab82717fda4669f510c9d7907582c833 /development
parentc5d4e694c5a134801f9f4d92e6f12e04b8f1cf87 (diff)
downloadslackbuilds-2d4b5ee0908597f9aade923caba5ce0364068aba.tar.gz
development/pandas: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/pandas/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/development/pandas/README b/development/pandas/README
index 0d6bcfa32b..20171901fa 100644
--- a/development/pandas/README
+++ b/development/pandas/README
@@ -1,9 +1,11 @@
-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.
+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.
+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.