Commit a469cc70 authored by Klaus Wölfel's avatar Klaus Wölfel

Allow pandas groupby methods in restricted

parent baafabe9
......@@ -67,7 +67,7 @@ allow_type(pd.Series)
allow_type(pd.Timestamp)
allow_type(pd.DatetimeIndex)
allow_type(pd.DataFrame)
allow_type(pd.core.groupby.DataFrameGroupBy)
allow_class(pd.DataFrame)
# Modify 'safetype' dict in full_write_guard function
......
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