Skip to content

Commit 1ec9066

Browse files
authored
Merge pull request #669 from simongarisch/master
Making minor changes to eurostat and econdb
2 parents a580d1b + 6498ad3 commit 1ec9066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas_datareader/eurostat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class EurostatReader(_BaseReader):
1111
"""Get data for the given name from Eurostat."""
1212

13-
_URL = 'http://www.ec.europa.eu/eurostat/SDMX/diss-web/rest'
13+
_URL = 'http://ec.europa.eu/eurostat/SDMX/diss-web/rest'
1414

1515
@property
1616
def url(self):

pandas_datareader/tests/test_eurostat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_get_nrg_pc_202(self):
7070
end=pd.Timestamp('2013-01-01'))
7171

7272
name = ('All taxes and levies included',
73-
'Gigajoules (gross calorific value - GCV)',
73+
'Gigajoule (gross calorific value - GCV)',
7474
'Euro',
7575
'Band D1 : Consumption < 20 GJ',
7676
'Natural gas', 'Denmark', 'Semi-annual')

0 commit comments

Comments
 (0)