classmethod Series.from_csv(path, sep=', ', parse_dates=True, header=None, index_col=0, encoding=None, infer_datetime_format=False)
Series.cat.set_categories(*args, **kwargs)
Series.mask(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
Series.rename_axis(mapper, axis=0, copy=True, inplace=False)
Series.str.encode(encoding, errors='strict')
Series.shape return a tuple of the shape of the underlying data
Series.blocks Internal property, property synonym for as_blocks()
Series.cumsum(axis=None, skipna=True, *args, **kwargs)
Series.pipe(func, *args, **kwargs)
Series.combine(other, func, fill_value=nan)
Page 35 of 36