You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 73abeac981
development/pandas: Updated for version 0.19.0.
9 years ago
..
README development/pandas: Added (Powerful data structures). 12 years ago
pandas.SlackBuild development/pandas: Updated for version 0.19.0. 9 years ago
pandas.info development/pandas: Updated for version 0.19.0. 9 years ago
slack-desc development/pandas: Added (Powerful data structures). 12 years ago

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.