Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: adds warning when setting list-like into attribute
Adds warning in generic setattr logical branch for when attribute does not exist and user is supplying a list-like object. Warning states that Series cannot be assigned into nonexistent columns, and includes a link to stable documentation. Closes pandas-dev#7175.
- Loading branch information