pandas (software)

Pandas (stylized as 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. It is free software released under the three-clause BSD license. The name is derived from the term "panel data", an econometrics term for data sets that include observations over multiple time periods for the same individuals, as well as a play on the phrase "Python data analysis".:5 Wes McKinney started building what would become Pandas at AQR Capital while he was a researcher there from 2007 to 2010.

Pandas
Original author(s)Wes McKinney
Developer(s)Community
Initial release11 January 2008 (2008-01-11)
Stable release
2.2.0 / 20 January 2024 (20 January 2024)
Preview release
2.0rc1 / 15 March 2023
Repository
Written inPython, Cython, C
Operating systemCross-platform
TypeTechnical computing
LicenseNew BSD License
Websitepandas.pydata.org

The development of Pandas introduced into Python many comparable features of working with DataFrames that were established in the R programming language. The library is built upon another library, NumPy.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.