InterviewSolution
Saved Bookmarks
| 1. |
Which of the following thing can be data in Pandas?(a) a python dict(b) an ndarray(c) a scalar value(d) all of the mentionedThis question was addressed to me in quiz.The above asked question is from Pandas Data Structure in portion Data Analysis with Python of Data Science |
|
Answer» Correct choice is (d) all of the mentioned |
|