-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Reindexing behaviour of dataframe column-assignment missing #40985
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
Conversation
hewittk
commented
Apr 16, 2021
•
edited
Loading
edited
- xref DOC: Reindexing behaviour of dataframe column-assignment missing #39845 (.loc[] portion of issue)
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
… simple print statement
New boundary inputs
Parameters as either booleans or strings
Do we need a whatsnew entry for a documentation-only issue? If so, where and in what general format to we put it? |
Don't think we need a whatsnew, you can not use closes if you are fixing part of the issue, because this would close the issue. E.g. your number is wrong, you are referencing the pr |
This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this. |
I apologize for the lack of activity. I was very busy with finals and will be working towards closing this pull request in the coming days. |
This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this. |
@@ -287,6 +287,10 @@ def loc(self) -> _LocIndexer: | |||
- An alignable boolean Series. The index of the key will be aligned before | |||
masking. | |||
- An alignable Index. The Index of the returned selection will be the input. | |||
|
|||
.. warning:: Preferred syntax to assign a column: `df[]` instead of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this true? I didn't find note of this in the original issue?
@@ -388,6 +392,9 @@ def loc(self) -> _LocIndexer: | |||
|
|||
**Setting values** | |||
|
|||
.. warning:: Preferred syntax to assign a column: `df['shield']` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
Sorry this went un-reviewed for a while. Could you merge master again to this branch? |
Thanks for the PR, but it appears to have gone stale. Let us know if you're still interested in working on this and we can reopen. Closing. |