Series.ndim
  • References/Python/Pandas/API Reference/Series

Series.ndim return the number of dimensions of the underlying data, by definition 1

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

GroupBy.sem(ddof=1)

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

Series.itemsize return the size of the dtype of the item of the underlying data

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

DataFrame.pivot(index=None, columns=None, values=None)

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

DataFrame.sort_index(axis=0, level=None, ascending=True, inplace=False, kind='quicksort', na_position='last', sort_remaining=True, by=None)

2025-01-10 15:47:30
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