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 1702f50 commit 91b3613Copy full SHA for 91b3613
pandas/core/indexes/base.py
@@ -4429,8 +4429,8 @@ def join(
4429
"""
4430
if not isinstance(other, Index):
4431
warnings.warn(
4432
- f"Passing {type(other).__name__} to {type(self).__name__}.join is deprecated "
4433
- "and will raise in a future version. "
+ f"Passing {type(other).__name__} to {type(self).__name__}.join"
+ "is deprecated and will raise in a future version. "
4434
"Pass an Index instead.",
4435
Pandas4Warning,
4436
stacklevel=find_stack_level(),
0 commit comments