mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
9da5bc0dff
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
494 B
Text
9 lines
494 B
Text
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.
|