Q. Write commands to print following details of a Series object seal.


(a) If the series is empty.

(b) Indexes of the series.

(c) The data type of underlying data.

(d) If the series stores any NaN values.


Answer =

(a)seal.empty()
(b) seal.index()
(c) seal.dtype()

(d) seal.hasnans()


6 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post