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
I have a problem with the package after last Anaconda update. There is an error in _add_governors_to_df(df) 70 dfg = dfg[['w', 'l', 'p', 'f']] 71 dfg['i'] = i ---> 72 dfg = dfg.set_index('i', append=True) 73 dfg.index.names = ['file', 's', 'g', 'i'] 74 dfg = dfg.reset_index('g', drop=True)
I have a problem with the package after last Anaconda update. There is an error in
_add_governors_to_df(df) 70 dfg = dfg[['w', 'l', 'p', 'f']] 71 dfg['i'] = i ---> 72 dfg = dfg.set_index('i', append=True) 73 dfg.index.names = ['file', 's', 'g', 'i'] 74 dfg = dfg.reset_index('g', drop=True)
Please, help. Unfortunately, I'm not such a skilled programmer to fix it myself :(
The text was updated successfully, but these errors were encountered: