CBSE Class 12 Informatics Practices Question 9 of 44

Data Handling using Pandas — Question 9

Back to all questions
9
Question

Question 9

Write commands to print the 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
Get the Bright Tutorials app Stuck on a question? Ask Bright Buddy — your AI tutor — for step-by-step help in the app.