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 e189e56 commit aea8b84Copy full SHA for aea8b84
pandas/core/missing.py
@@ -213,7 +213,7 @@ def interpolate_1d(
213
if limit_direction not in valid_limit_directions:
214
raise ValueError(
215
f"Invalid limit_direction: expecting one of "
216
- f"{valid_limit_directions}, got {limit_direction}."
+ f"{valid_limit_directions}, got '{limit_direction}'."
217
)
218
219
if limit_area is not None:
0 commit comments