CBSE Class 12 Informatics Practices Question 14 of 167

Python Pandas — I — Question 4

Back to all questions
4
Question

Question 4

What do these attributes of series signify ?

(i) size

(ii) itemsize

(iii) nbytes

Answer

(i) size — It returns the number of elements in the underlying data.

(ii) itemsize — It returns the size of the dtype of the item of the underlying data.

(iii) nbytes — It returns the number of bytes in the underlying data.