-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: indexing with alignment #15508
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
DOC: indexing with alignment #15508
Conversation
@mikeliu8492 Thanks for the contribution. |
@mikeliu8492 can you move this into the docs proper. a separate sub-section here: http://pandas.pydata.org/pandas-docs/stable/indexing.html (maybe call it Alignment), with a back-reference to: http://pandas.pydata.org/pandas-docs/stable/basics.html#aligning-objects-with-each-other-with-align Once that is good I wouldn't be averse to putting a link to the docs in the doc-strings of the indexers (.iloc/.loc etc), Also a concise version for the .iloc/.loc would be ok too (around https://github.com/pandas-dev/pandas/blob/master/pandas/core/indexing.py#L1569) |
can you update |
Dear Jeff,
Thanks for reminding me. I'm actually in University, and I am swamped this
week with a project and a midterm due early next week. I'll try to see if
I could take care of it after next Monday though. Thanks.
Mike
…On Mon, Apr 3, 2017 at 10:16 AM, Jeff Reback ***@***.***> wrote:
can you update
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15508 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANn2ss5ocXpoIGnnmUfJdaH1JoLHOg1Eks5rsQ1EgaJpZM4MMJSY>
.
|
@mikeliu8492 can you update according to comments. |
Dear Jeff,
It is finals week for me this time around. I'll have to reconfigure my
development to update the push later on. Thanks for reminding me.
Sincerely,
Mike Liu
…On Sun, May 7, 2017 at 8:09 AM, Jeff Reback ***@***.***> wrote:
@mikeliu8492 <https://github.com/mikeliu8492> can you update according to
comments.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15508 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANn2sgsbOqL5w2hBvXrJD-puj8Bi1fW1ks5r3dCdgaJpZM4MMJSY>
.
|
closing as stale. if you want to re-visit, pls comment and we can re-open. |
Per request of issue #13950, added documentation clarifying alignment of DataFrame Objects and assignment of subset of one DataFrame to subset indices of another Dataframe.
Main issue was that if indices did not match, behavior of Dataframe would render rows of non-matched indices as NaN. This could be corrected by assigning a non-Dataframe object of same appropriate dimension and value configuration to the proper Dataframe indices.
git diff upstream/master | flake8 --diff