InterviewSolution
Saved Bookmarks
| 1. |
All pandas data structures are ___ mutable but not always _______mutable.(a) size, value(b) semantic, size(c) value, size(d) none of the mentionedI got this question in my homework.I'd like to ask this question from Pandas in division Data Analysis with Python of Data Science |
|
Answer» The correct option is (C) VALUE, size |
|