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

Explanation: reindex_like silently INSERTS NANS and the dtype CHANGES ACCORDINGLY.



Discussion

No Comment Found

Related InterviewSolutions