Dimitris Zlatanidis 7114aaab77 development/pandas: Fix deps. 2 년 전
..
README 2d4b5ee090 development/pandas: Fix README. 4 년 전
pandas.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 년 전
pandas.info 7114aaab77 development/pandas: Fix deps. 2 년 전
slack-desc 9da5bc0dff development/pandas: Added (Powerful data structures). 10 년 전

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.