Skip to content

Commit 8c7d653

Browse files
authored
REF: Week, Semi-Month, FY5253 offsets to liboffsets (#34378)
1 parent c05d84f commit 8c7d653

File tree

4 files changed

+994
-951
lines changed

4 files changed

+994
-951
lines changed

doc/source/reference/offset_frequency.rst

+6-34
Original file line numberDiff line numberDiff line change
@@ -381,40 +381,6 @@ Methods
381381
CustomBusinessMonthBegin.is_on_offset
382382
CustomBusinessMonthBegin.__call__
383383

384-
SemiMonthOffset
385-
---------------
386-
.. autosummary::
387-
:toctree: api/
388-
389-
SemiMonthOffset
390-
391-
Properties
392-
~~~~~~~~~~
393-
.. autosummary::
394-
:toctree: api/
395-
396-
SemiMonthOffset.freqstr
397-
SemiMonthOffset.kwds
398-
SemiMonthOffset.name
399-
SemiMonthOffset.nanos
400-
SemiMonthOffset.normalize
401-
SemiMonthOffset.rule_code
402-
SemiMonthOffset.n
403-
404-
Methods
405-
~~~~~~~
406-
.. autosummary::
407-
:toctree: api/
408-
409-
SemiMonthOffset.apply
410-
SemiMonthOffset.apply_index
411-
SemiMonthOffset.copy
412-
SemiMonthOffset.isAnchored
413-
SemiMonthOffset.onOffset
414-
SemiMonthOffset.is_anchored
415-
SemiMonthOffset.is_on_offset
416-
SemiMonthOffset.__call__
417-
418384
SemiMonthEnd
419385
------------
420386
.. autosummary::
@@ -434,6 +400,7 @@ Properties
434400
SemiMonthEnd.normalize
435401
SemiMonthEnd.rule_code
436402
SemiMonthEnd.n
403+
SemiMonthEnd.day_of_month
437404

438405
Methods
439406
~~~~~~~
@@ -468,6 +435,7 @@ Properties
468435
SemiMonthBegin.normalize
469436
SemiMonthBegin.rule_code
470437
SemiMonthBegin.n
438+
SemiMonthBegin.day_of_month
471439

472440
Methods
473441
~~~~~~~
@@ -502,6 +470,7 @@ Properties
502470
Week.normalize
503471
Week.rule_code
504472
Week.n
473+
Week.weekday
505474

506475
Methods
507476
~~~~~~~
@@ -536,6 +505,7 @@ Properties
536505
WeekOfMonth.normalize
537506
WeekOfMonth.rule_code
538507
WeekOfMonth.n
508+
WeekOfMonth.week
539509

540510
Methods
541511
~~~~~~~
@@ -571,6 +541,7 @@ Properties
571541
LastWeekOfMonth.rule_code
572542
LastWeekOfMonth.n
573543
LastWeekOfMonth.weekday
544+
LastWeekOfMonth.week
574545

575546
Methods
576547
~~~~~~~
@@ -922,6 +893,7 @@ Properties
922893
FY5253Quarter.normalize
923894
FY5253Quarter.rule_code
924895
FY5253Quarter.n
896+
FY5253Quarter.qtr_with_extra_week
925897
FY5253Quarter.startingMonth
926898
FY5253Quarter.variation
927899
FY5253Quarter.weekday

0 commit comments

Comments
 (0)