-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
REF: pass str_rep through arithmetic ops more consistently expressions pd.eval, query Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: query uses numexpr even when 'compute.use_numexpr' is False Compat pandas objects compatability with Numpy or Python functions expressions pd.eval, query
#33006 by quangngd was closed Nov 26, 2020 Loading…
5 tasks
TYP: pd.eval, DataFrame.(eval, query) expressions pd.eval, query Stale Typing type annotations, mypy/pyright type checking
#38625 by arw2019 was closed May 22, 2021 Loading…
2 of 5 tasks
BUG: Fix query doesn't support equals or not equals with Python parse… Bug expressions pd.eval, query
#40563 by alexprincel was closed Nov 9, 2021 Loading…
4 tasks done
TST/REF: fixturize TestEval expressions pd.eval, query Testing pandas testing functions or related to the test suite
PERF: avoid calling .values to know the result dtype in eval() expressions pd.eval, query Performance Memory or execution speed performance Stale
#44791 by jorisvandenbossche was closed Mar 4, 2022 • Draft
BUG: Raise error when expr does not evaluate to bool in df.query Bug expressions pd.eval, query Stale
#46862 by NumberPiOso was closed Jul 22, 2022 Loading…
4 tasks done
Create eval test expressions pd.eval, query Testing pandas testing functions or related to the test suite
REGR: fix eval with inplace=True to correctly update column values inplace expressions pd.eval, query Regression Functionality that used to work in a prior pandas version
Backport PR #47550 on branch 1.4.x (REGR: fix eval with inplace=True to correctly update column values inplace) expressions pd.eval, query Regression Functionality that used to work in a prior pandas version
BUG: UndefinedVariableError in DataFrame.query with classname expressions pd.eval, query Stale
#49248 by debnathshoham was closed Jan 16, 2023 Loading…
4 of 5 tasks
CLN: test_expressions.py Clean expressions pd.eval, query Testing pandas testing functions or related to the test suite
BUG: eval and query not working with ea dtypes expressions pd.eval, query NA - MaskedArrays Related to pd.NA and nullable extension arrays
TST/CLN: pd.eval, query Testing pandas testing functions or related to the test suite
test_query_eval.py Clean expressions Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.