pandas
Data-analysis library for Python providing DataFrame and Series types.
pandas is the standard tool for tabular data in Python: reading and
writing CSV/Parquet/JSON, joining and reshaping tables, time-series
handling, group-by aggregation, and integration with NumPy and the
broader scientific stack. Its DataFrame type has become a common
lingua franca for analytic code.
pandas ships on Linux via pip or conda and powers most data pipelines that begin with a CSV file.
Install
pip install pandas
Authors
- Wes McKinney (creator)
- pandas development team
