Skip to content

Commit 1d36851

Browse files
jbrockmendeljreback
authored andcommitted
DEPR: camelCase in offsets, get_offset (pandas-dev#30340)
1 parent 23a4a51 commit 1d36851

File tree

18 files changed

+329
-174
lines changed

18 files changed

+329
-174
lines changed

asv_bench/benchmarks/tslibs/offsets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(self, offset):
5959

6060
def time_on_offset(self, offset):
6161
for date in self.dates:
62-
offset.onOffset(date)
62+
offset.is_on_offset(date)
6363

6464

6565
class OffestDatetimeArithmetic:

0 commit comments

Comments
 (0)