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

a) if the series is empty print(seal.empty)
b) indexes of the series – print(seal.index)
c) the data type of underlying data – print(seal.dtype)
d) if the series stores any NaN values
– print(seal.hasnans)

error: Content is protected !!