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

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.