Home »
Python »
Python Pandas MCQs
Amongst which of the following is / are false statement / statements –
12. Amongst which of the following is / are false statement / statements -
- iteritems() returns each column's value in form of series object.
- tail() returns any number of bottom rows by specifying values of number's argument.
- A and B both
- None of the mentioned above
Answer: D) None of the mentioned above
Explanation:
The iteritems() returns each column's value in form of series object and tail() returns any number of bottom rows by specifying values of number's argument. Hence, nothing is a false statement mentioned above.