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)
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)