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 30b6d87 commit 68fb102Copy full SHA for 68fb102
pandas_datareader/compat/__init__.py
@@ -7,7 +7,7 @@
7
from pandas.io import common as com
8
from pandas.testing import assert_frame_equal
9
10
-PANDAS_VERSION = LooseVersion(pd.__version__)
+PANDAS_VERSION = version.parse(pd.__version__)
11
12
PANDAS_0210 = PANDAS_VERSION >= version.parse("0.21.0")
13
PANDAS_0220 = PANDAS_VERSION >= version.parse("0.22.0")
0 commit comments