pkgsrc-wip/py-pandas/DESCR
Kamel Ibn Aziz Derouiche 8928cffb25 Import py26-pandas-0.2 as wip/py-pandas.
pandas provides NumPy-based data structures and statistical tools for
common time series and cross-sectional data sets. It is intended to
accomplish the following:

* Simplify working with possibly labeled 1, 2, and 3 dimensional
  heterogeneous data sets commonly found in statistics, finance, and
  econometrics.

* Provide IO utilities for getting data in and out of pandas

* Implement common statistical models with a convenient interface,
  handling missing data and other common problems associated with
  messy statistical data sets
2010-06-12 23:28:58 +00:00

13 lines
541 B
Text

pandas provides NumPy-based data structures and statistical tools for
common time series and cross-sectional data sets. It is intended to
accomplish the following:
* Simplify working with possibly labeled 1, 2, and 3 dimensional
heterogeneous data sets commonly found in statistics, finance, and
econometrics.
* Provide IO utilities for getting data in and out of pandas
* Implement common statistical models with a convenient interface,
handling missing data and other common problems associated with
messy statistical data sets