Series.where()
  • References/Python/Pandas/API Reference/Series

Series.where(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)

2025-01-10 15:47:30
MultiIndex.is_()
  • References/Python/Pandas/API Reference/MultiIndex

MultiIndex.is_(other)

2025-01-10 15:47:30
TimedeltaIndex.argmin()
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.argmin(axis=None, *args, **kwargs)

2025-01-10 15:47:30
TimedeltaIndex.tolist()
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.tolist()

2025-01-10 15:47:30
TimedeltaIndex.shape
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.shape return a tuple of the shape of the underlying data

2025-01-10 15:47:30
pandas.reset_option()
  • References/Python/Pandas/API Reference/General utility functions

pandas.reset_option(pat) = Reset one or more options to their default value. Pass ?all? as argument to reset all options

2025-01-10 15:47:30
Reshaping and Pivot Tables
  • References/Python/Pandas/Manual

Reshaping by pivoting DataFrame objects Data is often stored in CSV files or databases in so-called ?stacked? or ?record? format:

2025-01-10 15:47:30
Series.dt.month
  • References/Python/Pandas/API Reference/Series

Series.dt.month The month as January=1, December=12

2025-01-10 15:47:30
Series.nonzero()
  • References/Python/Pandas/API Reference/Series

Series.nonzero()

2025-01-10 15:47:30
Series.at_time()
  • References/Python/Pandas/API Reference/Series

Series.at_time(time, asof=False)

2025-01-10 15:47:30