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 9b6b2fc commit 9606b8eCopy full SHA for 9606b8e
pandas/core/indexes/base.py
@@ -2249,8 +2249,8 @@ def is_integer(self) -> bool:
2249
False
2250
"""
2251
warnings.warn(
2252
- f"{type(self).__name__}.is_integer is deprecated."
2253
- "Use pandas.api.types.is_integer_dtype instead",
+ f"{type(self).__name__}.is_integer is deprecated. "
+ "Use pandas.api.types.is_integer_dtype instead.",
2254
FutureWarning,
2255
stacklevel=find_stack_level(),
2256
)
0 commit comments