Author : MD TAREQ HASSAN | Updated : 2023/07/20

Core components of pandas

A Pandas Series is one dimensioned whereas a DataFrame is two dimensioned.

Series

Dataframe

Pandas DataFrame is a two-dimensional tabular data structure with labeled axes (rows and columns). Similar to Excel sheet.

Details: Pandas Dataframe