Computer Science, asked by sakshamsoni314, 1 month ago

difference between size and itemsize in pandas

Answers

Answered by rajeevjnp
3

Answer:

Hope it helps u

Explanation:

Itemsize : Pandas series is a One-dimensional ndarray with axis labels. ... Pandas Series. itemsize attribute return the size of the dtype of the item of the underlying data for the given Series object.

Size : Size and shape of a dataframe in pandas python: Size of a dataframe is the number of fields in the dataframe which is nothing but number of rows * number of columns. Shape of a dataframe gets the number of rows and number of columns of the dataframe.

Please mark me as brainliest

Similar questions