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 cbb9ed6 + 5588621 commit 46e663eCopy full SHA for 46e663e
pandas_datareader/base.py
@@ -4,7 +4,7 @@
4
5
import numpy as np
6
from pandas import DataFrame, concat, read_csv
7
-from pandas.io.common import urlencode
+from urllib.parse import urlencode
8
import requests
9
10
from pandas_datareader._utils import (
pandas_datareader/iex/__init__.py
@@ -1,7 +1,7 @@
1
import json
2
3
import pandas as pd
from pandas_datareader.base import _BaseReader
0 commit comments