Skip to content

Commit e2a579d

Browse files
authored
Merge pull request #771 from jetole/issue-762
Issue 762
2 parents c60ea8a + c0e806c commit e2a579d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/whatsnew/v0.9.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Bug Fixes
2929
~~~~~~~~~
3030

3131
- Fix Yahoo! actions bug due to change in split format. (:issue: `755`)
32+
- Fix FutureWarning from pandas import. (:issue: `762`)
3233

3334
Contributors
3435
~~~~~~~~~~~~

pandas_datareader/compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas as pd
77
from pandas.api.types import is_list_like, is_number
88
import pandas.io.common as com
9-
from pandas.util.testing import assert_frame_equal
9+
from pandas.testing import assert_frame_equal
1010

1111
PANDAS_VERSION = LooseVersion(pd.__version__)
1212

0 commit comments

Comments
 (0)