slackbuilds/development/pandas
Dimitris Zlatanidis 31c55cd6cc
development/pandas: Updated for version 0.23.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2018-08-11 07:23:15 +07:00
..
README development/pandas: Added (Powerful data structures). 2014-02-18 14:59:56 -06:00
pandas.SlackBuild development/pandas: Updated for version 0.23.4. 2018-08-11 07:23:15 +07:00
pandas.info development/pandas: Updated for version 0.23.4. 2018-08-11 07:23:15 +07:00
slack-desc development/pandas: Added (Powerful data structures). 2014-02-18 14:59:56 -06:00

README

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.