Commit b5f3e9d8 authored by Levin Zimmermann's avatar Levin Zimmermann

restricted: Allow usage of resampler

We already use '.resample.mean()' in some projects.

/reviewed-on !1738
/reviewed-by @jerome @klaus
parent a5696ae9
......@@ -494,6 +494,10 @@ else:
allow_type(pd.core.groupby.DataFrameGroupBy)
allow_type(pd.core.groupby.SeriesGroupBy)
allow_type(pd.tseries.resample.TimedeltaIndexResampler)
allow_type(pd.tseries.resample.DatetimeIndexResampler)
allow_type(pd.tseries.resample.PeriodIndexResampler)
allow_class(pd.DataFrame)
# Note: These black_list methods are for pandas 0.19.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment