Jun 8, 2021
Pandas object types:
Pandas have two object types:
Series: Series is a type of list in pandas that can take integer values, string values, double values, and more.
Dataframe: Dataframe can be made of more than one series or we can say
that a data frame is a collection of series that can be used to analyze.