InterviewSolution
Saved Bookmarks
| 1. |
Which of the following indexing capabilities is used as a concise means of selecting data from a pandas object?(a) In(b) ix(c) ipy(d) none of the mentionedI had been asked this question in an interview for internship.Enquiry is from Pandas in portion Data Analysis with Python of Data Science |
|
Answer» Correct choice is (B) ix |
|