SlackBuildsOrg/development/pandas
Andrew Clemons c672e2241a
development/pandas: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-25 16:55:59 +07:00
..
pandas.info development/pandas: Fix dependency. 2021-07-25 16:55:59 +07:00
pandas.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.