Skip to content
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

Preserve column metadata during more DataFrame operations #15519

Merged
merged 11 commits into from
May 3, 2024

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    b741db3 View commit details
    Browse the repository at this point in the history
  2. Include series

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    19cd0de View commit details
    Browse the repository at this point in the history
  3. Convert nan_to_na

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3347080 View commit details
    Browse the repository at this point in the history
  4. Add unit test

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3c99c80 View commit details
    Browse the repository at this point in the history
  5. adjust multiindex.repeat

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e77cec0 View commit details
    Browse the repository at this point in the history
  6. Preserve for invert

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    39bd648 View commit details
    Browse the repository at this point in the history
  7. Preserve columns for neg

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e426c57 View commit details
    Browse the repository at this point in the history
  8. Preserve for abs

    mroeschke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    227ea9b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    aba0c7c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    2f4f955 View commit details
    Browse the repository at this point in the history
  2. expand docstring

    mroeschke committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2e0bc12 View commit details
    Browse the repository at this point in the history