Skip to content

Commit

Permalink
Backport PR pandas-dev#30878: DEPR: fix missing stacklevel in pandas.…
Browse files Browse the repository at this point in the history
…core.index deprecation
  • Loading branch information
jorisvandenbossche authored and meeseeksmachine committed Jan 10, 2020
1 parent d3f0856 commit f732b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@
"pandas.core.index is deprecated and will be removed in a future version. "
"The public classes are available in the top-level namespace.",
FutureWarning,
stacklevel=2,
)

0 comments on commit f732b97

Please sign in to comment.