A Series object is value mutable.
2 Likes
True
Reason — The values within a Series object can be modified after the Series is created, hence they are referred to as value mutable.
Answered By
1 Like
Both Series and DataFrame are one-dimensional data structure objects.
While series is a one-dimensional data structure object, dataframe is a multi-dimensional data structure object.
A Series object is size mutable.
A DataFrame object is value mutable.