Series.where(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
MultiIndex.is_(other)
TimedeltaIndex.argmin(axis=None, *args, **kwargs)
TimedeltaIndex.tolist()
TimedeltaIndex.shape return a tuple of the shape of the underlying data
pandas.reset_option(pat) = Reset one or more options to their default value. Pass ?all? as argument to reset all options
Reshaping by pivoting DataFrame objects Data is often stored in CSV files or databases in so-called ?stacked? or ?record? format:
Series.dt.month The month as January=1, December=12
Series.nonzero()
Series.at_time(time, asof=False)
Page 13 of 100