Commit 901586ca authored by Eteri's avatar Eteri

Allow to access pd.MultiIndex

parent 881663d0
......@@ -71,6 +71,7 @@ allow_type(pd.Timestamp)
allow_type(pd.DatetimeIndex)
allow_type(pd.DataFrame)
allow_type(pd.Index)
allow_type(pd.MultiIndex)
allow_type(pd.core.groupby.DataFrameGroupBy)
allow_class(pd.DataFrame)
......@@ -85,6 +86,7 @@ full_write_guard.func_closure[1].cell_contents.__self__[pd.DataFrame] = True
full_write_guard.func_closure[1].cell_contents.__self__[pd.tseries.index.DatetimeIndex] = True
full_write_guard.func_closure[1].cell_contents.__self__[pd.core.indexing._iLocIndexer] = True
full_write_guard.func_closure[1].cell_contents.__self__[pd.Index] = True
full_write_guard.func_closure[1].cell_contents.__self__[pd.MultiIndex] = True
from wendelin.bigarray.array_zodb import ZBigArray
full_write_guard.func_closure[1].cell_contents.__self__[ZBigArray] = True
allow_type(ZBigArray)
......
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