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 a580d1b + 6498ad3 commit 1ec9066Copy full SHA for 1ec9066
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):
pandas_datareader/tests/test_eurostat.py
@@ -70,7 +70,7 @@ def test_get_nrg_pc_202(self):
70
end=pd.Timestamp('2013-01-01'))
71
72
name = ('All taxes and levies included',
73
- 'Gigajoules (gross calorific value - GCV)',
+ 'Gigajoule (gross calorific value - GCV)',
74
'Euro',
75
'Band D1 : Consumption < 20 GJ',
76
'Natural gas', 'Denmark', 'Semi-annual')
0 commit comments