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
The text was updated successfully, but these errors were encountered:
toobaz
changed the title
"ValueError: could not broadcast input array from shape"
"AssertionError: Gaps in blk ref_locs" when unstacking filtered DataFrame
Nov 29, 2017
The error changes to ValueError: could not broadcast input array from shape (2) into shape (0) if I change cols = ['month', 'year', 'sector'] to cols=slice(None).
Code Sample, a copy-pastable example if possible
The text was updated successfully, but these errors were encountered: