Python/pandas

From Christoph's Personal Wiki
Revision as of 19:03, 30 March 2017 by Christoph (Talk | contribs) (Created page with "'''pandas''' is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. The name is derived from the term "Panel data", an econometrics term for multidimensional structured data sets.

See also

  • NumPy
  • SciPy
  • matplotlib
  • scikit-learn
  • scikit-image

External links