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.
2 parents c60ea8a + c0e806c commit e2a579dCopy full SHA for e2a579d
docs/source/whatsnew/v0.9.0.txt
@@ -29,6 +29,7 @@ Bug Fixes
29
~~~~~~~~~
30
31
- Fix Yahoo! actions bug due to change in split format. (:issue: `755`)
32
+- Fix FutureWarning from pandas import. (:issue: `762`)
33
34
Contributors
35
~~~~~~~~~~~~
pandas_datareader/compat/__init__.py
@@ -6,7 +6,7 @@
6
import pandas as pd
7
from pandas.api.types import is_list_like, is_number
8
import pandas.io.common as com
9
-from pandas.util.testing import assert_frame_equal
+from pandas.testing import assert_frame_equal
10
11
PANDAS_VERSION = LooseVersion(pd.__version__)
12
0 commit comments