Commit a7c2caa
committed
BUG: removes warning when a column name may collide with a method
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.1 parent 8351f86 commit a7c2caa
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1905 | 1905 | | |
1906 | 1906 | | |
1907 | 1907 | | |
1908 | | - | |
1909 | | - | |
1910 | | - | |
1911 | | - | |
1912 | 1908 | | |
1913 | 1909 | | |
1914 | 1910 | | |
| |||
0 commit comments