We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f0856 commit eb7d049Copy full SHA for eb7d049
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