Original author(s) | Developer(s) Community Operating system | |
Stable release 0.19.2 / 24 December 2016; 2 months ago (2016-12-24) |
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. The name is derived from the term "Panel data", an econometrics term for multidimensional structured data sets.
Contents
Library features
The library is highly optimized for performance, with critical code paths written in Cython or C.
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.