Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CLN: Expose arguments in DataFrame.query #61413

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

Merged
merged 12 commits into from
May 20, 2025
Merged
Prev Previous commit
GH61405 Add forgotten argument
  • Loading branch information
loicdiridollou committed May 19, 2025
commit 91e4adfbd0be48d84eee313f0dbe0dd2e5735a21
1 change: 1 addition & 0 deletions 1 pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4703,6 +4703,7 @@ def query(
expr,
level=level + 1,
parser=parser,
target=None,
engine=engine,
local_dict=local_dict,
global_dict=global_dict,
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.