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
In [1]: df = DataFrame([[1,1,1,5],[1,1,2,5],[2,1,3,5]],columns=['foo','bar','foo','hello'])
In [2]: df['string'] = 'bar'
In [3]: df
IndexError: ('index out of bounds', u'occurred at index hello')
The text was updated successfully, but these errors were encountered:
This currently breaks
The text was updated successfully, but these errors were encountered: