Skip to content

Commit 5481f51

Browse files
jbrockmendelAlexKirko
authored andcommitted
DEPR: camelCase in offsets, get_offset (pandas-dev#30340)
1 parent e98f9b7 commit 5481f51

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)