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 b7fcb54 commit 6f2c509Copy full SHA for 6f2c509
pandas/core/index.py
@@ -27,4 +27,5 @@
27
"pandas.core.index is deprecated and will be removed in a future version. "
28
"The public classes are available in the top-level namespace.",
29
FutureWarning,
30
+ stacklevel=2,
31
)
0 commit comments