You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: remove the whole test function when the warning and ValueError in pandas-dev/pandas#62847 are removed
156
+
deftest_interpolate_inplace() ->None:
157
+
withpytest_warns_bounded(
158
+
Pandas4Warning,
159
+
"The 'inplace' keyword in DatetimeIndexResampler.interpolate is deprecated and will be removed in a future version. resample(...).interpolate is never inplace.",
0 commit comments