InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can potentially change the dtype of a series?(a) reindex_like(b) index_like(c) itime_like(d) none of the mentionedThis question was posed to me at a job interview.My doubt stems from Computational tools topic in section Data Analysis with Python of Data Science |
|
Answer» Correct ANSWER is (a) reindex_like |
|