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

pd.eval: Series names are now preserved even for "numexpr" engine. #58437

Merged
merged 4 commits into from Apr 29, 2024

Commits on Apr 25, 2024

  1. Eval: Series names are preserved for numexpr

    Series names are now preserved even when using
    numexpr engine. Making the behavior consistent
    with python engine.
    domsmrz committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2bf148e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update doc/source/whatsnew/v3.0.0.rst

    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    domsmrz and mroeschke committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fb73a27 View commit details
    Browse the repository at this point in the history
  2. Update pandas/core/computation/align.py

    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    domsmrz and mroeschke committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ebd3146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    027f77e View commit details
    Browse the repository at this point in the history