Difference between revisions of "Python/pandas"

From Christoph's Personal Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 19:03, 30 March 2017

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