@@ -33,6 +33,7 @@ Methods
33
33
:toctree: api/
34
34
35
35
DateOffset.apply
36
+ DateOffset.apply_index
36
37
DateOffset.copy
37
38
DateOffset.isAnchored
38
39
DateOffset.onOffset
@@ -117,6 +118,7 @@ Methods
117
118
:toctree: api/
118
119
119
120
BusinessHour.apply
121
+ BusinessHour.apply_index
120
122
BusinessHour.copy
121
123
BusinessHour.isAnchored
122
124
BusinessHour.onOffset
@@ -201,6 +203,7 @@ Methods
201
203
:toctree: api/
202
204
203
205
CustomBusinessHour.apply
206
+ CustomBusinessHour.apply_index
204
207
CustomBusinessHour.copy
205
208
CustomBusinessHour.isAnchored
206
209
CustomBusinessHour.onOffset
@@ -401,6 +404,7 @@ Methods
401
404
:toctree: api/
402
405
403
406
CustomBusinessMonthEnd.apply
407
+ CustomBusinessMonthEnd.apply_index
404
408
CustomBusinessMonthEnd.copy
405
409
CustomBusinessMonthEnd.isAnchored
406
410
CustomBusinessMonthEnd.onOffset
@@ -447,6 +451,7 @@ Methods
447
451
:toctree: api/
448
452
449
453
CustomBusinessMonthBegin.apply
454
+ CustomBusinessMonthBegin.apply_index
450
455
CustomBusinessMonthBegin.copy
451
456
CustomBusinessMonthBegin.isAnchored
452
457
CustomBusinessMonthBegin.onOffset
@@ -586,6 +591,7 @@ Methods
586
591
:toctree: api/
587
592
588
593
WeekOfMonth.apply
594
+ WeekOfMonth.apply_index
589
595
WeekOfMonth.copy
590
596
WeekOfMonth.isAnchored
591
597
WeekOfMonth.onOffset
@@ -622,6 +628,7 @@ Methods
622
628
:toctree: api/
623
629
624
630
LastWeekOfMonth.apply
631
+ LastWeekOfMonth.apply_index
625
632
LastWeekOfMonth.copy
626
633
LastWeekOfMonth.isAnchored
627
634
LastWeekOfMonth.onOffset
@@ -938,6 +945,7 @@ Methods
938
945
:toctree: api/
939
946
940
947
FY5253.apply
948
+ FY5253.apply_index
941
949
FY5253.copy
942
950
FY5253.get_rule_code_suffix
943
951
FY5253.get_year_end
@@ -977,6 +985,7 @@ Methods
977
985
:toctree: api/
978
986
979
987
FY5253Quarter.apply
988
+ FY5253Quarter.apply_index
980
989
FY5253Quarter.copy
981
990
FY5253Quarter.get_rule_code_suffix
982
991
FY5253Quarter.get_weeks
@@ -1013,6 +1022,7 @@ Methods
1013
1022
:toctree: api/
1014
1023
1015
1024
Easter.apply
1025
+ Easter.apply_index
1016
1026
Easter.copy
1017
1027
Easter.isAnchored
1018
1028
Easter.onOffset
@@ -1053,6 +1063,7 @@ Methods
1053
1063
Tick.is_on_offset
1054
1064
Tick.__call__
1055
1065
Tick.apply
1066
+ Tick.apply_index
1056
1067
1057
1068
Day
1058
1069
---
@@ -1087,6 +1098,7 @@ Methods
1087
1098
Day.is_on_offset
1088
1099
Day.__call__
1089
1100
Day.apply
1101
+ Day.apply_index
1090
1102
1091
1103
Hour
1092
1104
----
@@ -1121,6 +1133,7 @@ Methods
1121
1133
Hour.is_on_offset
1122
1134
Hour.__call__
1123
1135
Hour.apply
1136
+ Hour.apply_index
1124
1137
1125
1138
Minute
1126
1139
------
@@ -1155,6 +1168,7 @@ Methods
1155
1168
Minute.is_on_offset
1156
1169
Minute.__call__
1157
1170
Minute.apply
1171
+ Minute.apply_index
1158
1172
1159
1173
Second
1160
1174
------
@@ -1189,6 +1203,7 @@ Methods
1189
1203
Second.is_on_offset
1190
1204
Second.__call__
1191
1205
Second.apply
1206
+ Second.apply_index
1192
1207
1193
1208
Milli
1194
1209
-----
@@ -1223,6 +1238,7 @@ Methods
1223
1238
Milli.is_on_offset
1224
1239
Milli.__call__
1225
1240
Milli.apply
1241
+ Milli.apply_index
1226
1242
1227
1243
Micro
1228
1244
-----
@@ -1257,6 +1273,7 @@ Methods
1257
1273
Micro.is_on_offset
1258
1274
Micro.__call__
1259
1275
Micro.apply
1276
+ Micro.apply_index
1260
1277
1261
1278
Nano
1262
1279
----
@@ -1291,6 +1308,7 @@ Methods
1291
1308
Nano.is_on_offset
1292
1309
Nano.__call__
1293
1310
Nano.apply
1311
+ Nano.apply_index
1294
1312
1295
1313
.. _api.frequencies :
1296
1314
0 commit comments