Skip to content

Commit 91e4adf

Browse files
GH61405 Add forgotten argument
1 parent ef99fda commit 91e4adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4703,6 +4703,7 @@ def query(
47034703
expr,
47044704
level=level + 1,
47054705
parser=parser,
4706+
target=None,
47064707
engine=engine,
47074708
local_dict=local_dict,
47084709
global_dict=global_dict,

0 commit comments

Comments
 (0)