-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add documentation link to SettingWithCopyWarning #17672
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
doc/source/indexing.rst
Outdated
@@ -1812,3 +1812,5 @@ This will **not** work at all, and so should be avoided | |||
The chained assignment warnings / exceptions are aiming to inform the user of a possibly invalid | |||
assignment. There may be false positives; situations where a chained assignment is inadvertently | |||
reported. | |||
|
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.
I would move this to the top of the section and make it a note::
Codecov Report
@@ Coverage Diff @@
## master #17672 +/- ##
==========================================
- Coverage 91.27% 91.24% -0.03%
==========================================
Files 163 163
Lines 49760 49808 +48
==========================================
+ Hits 45416 45445 +29
- Misses 4344 4363 +19
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17672 +/- ##
==========================================
- Coverage 91.27% 91.24% -0.03%
==========================================
Files 163 163
Lines 49760 49808 +48
==========================================
+ Hits 45416 45445 +29
- Misses 4344 4363 +19
Continue to review full report at Codecov.
|
doc/source/indexing.rst
Outdated
.. note:: | ||
|
||
The chained assignment warnings / exceptions are aiming to inform the user of a possibly invalid | ||
assignment. There may be false positives; situations where a chained assignment is inadvertently |
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.
remove the last sentence; this is actually not true. All purported false positive are actually user error (at least that have been reported)
#17505 Signed-off-by: Gábor Lipták <[email protected]>
@jreback Please review. |
#17505
git diff upstream/master -u -- "*.py" | flake8 --diff