We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dbc26 commit 02ec7b2Copy full SHA for 02ec7b2
pandas/util/_exceptions.py
@@ -12,6 +12,7 @@
12
from types import FrameType
13
14
Pandas40DeprecationWarning = DeprecationWarning
15
+Pandas50DeprecationWarning = DeprecationWarning
16
17
18
@contextlib.contextmanager
0 commit comments