Informatics Practices
A DataFrame object is value mutable.
Python Pandas
1 Like
Answer
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
2 Likes
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
2 Likes