1.

Which of the following operation works with the same syntax as the analogous dict operations?(a) Getting columns(b) Setting columns(c) Deleting columns(d) All of the mentionedI have been asked this question in exam.I'd like to ask this question from Pandas Data Structure in portion Data Analysis with Python of Data Science

Answer»

Correct option is (d) All of the mentioned

The best explanation: You can treat a DATAFRAME semantically LIKE a DICT of like-indexed SERIES objects.



Discussion

No Comment Found

Related InterviewSolutions