Series.loc Purely label-location based indexer for selection by label. .loc[] is primarily label based
Series.squeeze(**kwargs)
Series.cov(other, min_periods=None)
Series.filter(items=None, like=None, regex=None, axis=None)
Series.size return the number of elements in the underlying data
Series.data return the data pointer of the underlying data
Series.dt.microseconds Number of microseconds (>= 0 and less than 1 second) for each element.
Series.to_string(buf=None, na_rep='NaN', float_format=None, header=True, index=True, length=False, dtype=False, name=False, max_rows=None)
Series.repeat(reps, *args, **kwargs)
Series.reindex_axis(labels, axis=0, **kwargs)
Page 10 of 36