Skip to content

Remove warning when setting columns that conflict with built-in methods #17268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jorisvandenbossche opened this issue Aug 16, 2017 · 0 comments · Fixed by #17298
Closed

Remove warning when setting columns that conflict with built-in methods #17268

jorisvandenbossche opened this issue Aug 16, 2017 · 0 comments · Fixed by #17298
Milestone

Comments

@jorisvandenbossche
Copy link
Member

See #16951 (comment). Opening this issue to not loose track of this

@jorisvandenbossche jorisvandenbossche added this to the 0.21.0 milestone Aug 16, 2017
deniederhut added a commit to deniederhut/pandas that referenced this issue Aug 20, 2017
Closes pandas-dev#17268 and reverts work from pandas-dev#16951 which warns users when creating
a column whose name matches one of the methods defined on ndframes (e.g.
'sum' or 'mean'). The warning was deemed to be too much of a hindrance to
the common use case of generating dataframes of summary statistics.
deniederhut added a commit to deniederhut/pandas that referenced this issue Sep 1, 2017
Closes pandas-dev#17268 and reverts work from pandas-dev#16951 which warns users when creating
a column whose name matches one of the methods defined on ndframes (e.g.
'sum' or 'mean'). The warning was deemed to be too much of a hindrance to
the common use case of generating dataframes of summary statistics.
deniederhut added a commit to deniederhut/pandas that referenced this issue Sep 7, 2017
Closes pandas-dev#17268 and reverts work from pandas-dev#16951 which warns users when creating
a column whose name matches one of the methods defined on ndframes (e.g.
'sum' or 'mean'). The warning was deemed to be too much of a hindrance to
the common use case of generating dataframes of summary statistics.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant