DatetimeIndex.is_month_end
  • References/Python/Pandas/API Reference/DatetimeIndex

DatetimeIndex.is_month_end Logical indicating if last day of month (defined by frequency)

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

Series.dt.is_year_end Logical indicating if last day of year (defined by frequency)

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

DataFrame.drop_duplicates(*args, **kwargs)

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

Series.truediv(other, level=None, fill_value=None, axis=0)

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

Series.tshift(periods=1, freq=None, axis=0)

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

Panel4D.loc Purely label-location based indexer for selection by label. .loc[] is primarily label based

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

Panel.clip_upper(threshold, axis=None)

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

Series.iterkv(*args, **kwargs)

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

Index.get_level_values(level)

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

TimedeltaIndex.asobject return object Index which contains boxed values this is an internal non-public

2025-01-10 15:47:30