Skip to content

Commit 02ec7b2

Browse files
committed
Add Pandas50DeprecationWarning for deprecations planned for 5.0
1 parent d5dbc26 commit 02ec7b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/util/_exceptions.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from types import FrameType
1313

1414
Pandas40DeprecationWarning = DeprecationWarning
15+
Pandas50DeprecationWarning = DeprecationWarning
1516

1617

1718
@contextlib.contextmanager

0 commit comments

Comments
 (0)