mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/pandas: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c5d4e694c5
commit
2d4b5ee090
1 changed files with 9 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue