Update indexing.rst#7188
Conversation
Adding a warning, and example, about using attribute access to create a new column.
|
This pertains to Issue #7175 |
There was a problem hiding this comment.
maybe move these couple of lines to an actual .. warning:: see below
There was a problem hiding this comment.
I considered that but thought this was enough of a gotcha that I wanted to
keep the warning right there with the problematic example.
But I am willing to be overruled.
On Tue, May 20, 2014 at 3:01 PM, jreback notifications@github.com wrote:
In doc/source/indexing.rst:
@@ -206,15 +206,19 @@ as an attribute:
dfa.A
panel.one-Setting is allowed as well
+You can use attribute access to modify an existing element of a Series or column of a DataFrame, but be careful;maybe move these couple of lines to an actual .. warning:: see below
—
Reply to this email directly or view it on GitHubhttps://github.com//pull/7188/files#r12861818
.
|
ok...fine then... |
|
Looking good. Thanks! |
Update indexing.rst
Adding a warning, and example, about using attribute access to create a new column.