pandas (software)

pandas
Original author(s) Wes McKinney
Developer(s) Community
Stable release
0.19.1[1] / November 3, 2016 (2016-11-03)
Repository github.com/pydata/pandas
Written in Python
Operating system Cross-platform
Type Technical computing
License BSD-new license
Website pandas.pydata.org

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. pandas is free software released under the three-clause BSD license.[2] The name is derived from the term "panel data", an econometrics term for multidimensional structured data sets.

Library features

The library is highly optimized for performance, with critical code paths written in Cython or C.[3]

History

Developer Wes McKinney started working on pandas in 2008 while at AQR Capital Management out of the need for a high performance, flexible tool to perform quantitative analysis on financial data. Before leaving AQR he was able to convince management to allow him to open source the library.

Another AQR employee, Chang She, joined the effort in 2012 as the second major contributor to the library. Around the same time, the library became popular in the Python community, and many more contributors joined the project.

See also

References

External links

This article is issued from Wikipedia - version of the 11/9/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.