A DataFrame object is value mutable.
1 Like
True
Reason — The values within a DataFrame object can be modified after it is created, hence they are referred to as value mutable.
Answered By
3 Likes
A Series object is value mutable.
A Series object is size mutable.
A DataFrame object is size mutable.
There is no difference between a NumPy array and a Series object.