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 fdfa1d3 commit ea7d66eCopy full SHA for ea7d66e
pandas_datareader/eurostat.py
@@ -10,7 +10,7 @@
10
class EurostatReader(_BaseReader):
11
"""Get data for the given name from Eurostat."""
12
13
- _URL = 'http://www.ec.europa.eu/eurostat/SDMX/diss-web/rest'
+ _URL = 'http://ec.europa.eu/eurostat/SDMX/diss-web/rest'
14
15
@property
16
def url(self):
0 commit comments