Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Add warning when colname collides with methods
Current behavior does not allow attribute-like access when the column name of a DataFrame matches the name of a method. This commit adds an explicit warning about this behavior. Closes pandas-dev#5904.
- Loading branch information