We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61bb179 + a02414e commit 151452eCopy full SHA for 151452e
pandas_datareader/tests/test_eurostat.py
@@ -48,7 +48,7 @@ def test_get_sts_cobp_a(self):
48
idx = pd.date_range('1992-01-01', '2013-01-01', freq='AS',
49
name='TIME_PERIOD')
50
ne_name = ('Building permits - m2 of useful floor area',
51
- 'Not seasonally adjusted data',
+ 'Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)',
52
'Non-residential buildings, except office buildings',
53
'Netherlands', 'Annual')
54
ne_values = [np.nan, np.nan, np.nan, 144.53, 136.97, 180.02, 198.36,
@@ -58,7 +58,7 @@ def test_get_sts_cobp_a(self):
58
ne = pd.Series(ne_values, name=ne_name, index=idx)
59
60
uk_name = ('Building permits - m2 of useful floor area',
61
62
63
'United Kingdom', 'Annual')
64
uk_values = [np.nan, np.nan, np.nan, np.nan, np.nan, np.nan, 120.37,
0 commit comments