We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc42337 commit 174f3f1Copy full SHA for 174f3f1
pandas/core/case_when.py
@@ -88,4 +88,4 @@ def _eval(df: pd.DataFrame) -> np.ndarray:
88
89
return np.select(booleans, replacements, default=default)
90
91
- return lambda df: _eval(df)
+ return _eval
0 commit comments