Pandas is a data frame library for Python. It is commonly used in data science.
Polars seems to be a faster alternative.
The two main data structures in Pandas are Series and Dataframe. Series is an array of values, similar to a column. A dataframe is the collection of Series.