Skip to content

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.

Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Sep 13, 2025
@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Oct 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Reindexing behaviour of dataframe column-assignment missing

2 participants