blob: 0d6bcfa32b711e811c51e05f4d3e2dba3d131a63 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|