Skip to content

DOC: Add DateOffsets to api.rst #23405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,62 @@ Methods
Timedelta.to_timedelta64
Timedelta.total_seconds

.. _api.dateoffsets:

Date Offsets
------------

.. currentmodule:: pandas.tseries.offsets

.. autosummary::
:toctree: generated/

DateOffset
BusinessDay
BusinessHour
CustomBusinessDay
CustomBusinessHour
MonthOffset
MonthEnd
MonthBegin
BusinessMonthEnd
BusinessMonthBegin
CustomBusinessMonthEnd
CustomBusinessMonthBegin
SemiMonthOffset
SemiMonthEnd
SemiMonthBegin
Week
WeekOfMonth
LastWeekOfMonth
QuarterOffset
BQuarterEnd
BQuarterBegin
QuarterEnd
QuarterBegin
YearOffset
BYearEnd
BYearBegin
YearEnd
YearBegin
FY5253
FY5253Quarter
Easter
Tick
Day
Hour
Minute
Second
Milli
Micro
Nano
BDay
BMonthEnd
BMonthBegin
CBMonthEnd
CBMonthBegin
CDay

.. _api.frequencies:

Frequencies
Expand Down