Skip to content

DOC: clarify Series alignment when assigning to DataFrame column (GH#39845) #62082

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

SKTT1Bert
Copy link

  • Closes DOC: Reindexing behaviour of dataframe column-assignment missing #39845
  • Updates the user guide (indexing.rst) to document Series index alignment behavior when assigning to a DataFrame column.
  • Adds minimal examples showing:
    • Alignment occurs by index labels, not order.
    • Missing labels in DataFrame index are filled with NaN.
  • Built docs locally with Sphinx (-W) without new warnings.
  • No code/API changes; documentation only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Reindexing behaviour of dataframe column-assignment missing
1 participant