classmethod SparseSeries.from_coo(A, dense_index=False)
Series.cat.as_unordered(*args, **kwargs)
Series.dtype return the dtype object of the underlying data
Series.astype(dtype, copy=True, raise_on_error=True, **kwargs)
Series.str.center(width, fillchar=' ')
Series.str.repeat(repeats)
Series.str.lower()
Series.str.islower()
Series.consolidate(inplace=False)
Series.real
Page 17 of 36