slackbuilds_ponce/development/pandas
Robby Workman c2e9c35cda Multiple: Fix .info and README (Cython refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
pandas.info Multiple: Fix .info and README (Cython refs) 2016-01-17 09:40:16 +07:00
pandas.SlackBuild development/pandas: Updated for version 0.17.1. 2015-11-21 11:44:13 +07: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.