CBSE Class 12 Informatics Practices
Question 14 of 167
Python Pandas — I — Question 4
Back to all questions(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.