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