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 1f5156e commit 9e0238fCopy full SHA for 9e0238f
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