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
* y-p/fix1:
ENH: warn user when invoking to_dict() on df with non-unique columns
BUG: modify df.iteritems to support duplicate column labels #2219
TST: df.iteritems() should yield Series even with non-unique column labels
BUG: df with dupe cols should raise KeyError on accessing non-existent col via list #2218
TST: df with dupe cols should raise KeyError on accessing non-existent col via list
The text was updated successfully, but these errors were encountered: