Class 12 Informatics Practices - MCQs - Set 1
Q1. To get the number of dimensions of a Series object, which attribute is used to display the value?
(a) index
(b) size
(c) itemsize
(d) ndim
Q2. To display last five rows of a series object ‘S’, you may write:
(a) S.Head()
(b) S.Tail(5)
(c) S.Head(5)
(d) S.tail()