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 86ec51f + a586c6a commit 4aa8d28Copy full SHA for 4aa8d28
pandas_datareader/tests/test_econdb.py
@@ -23,6 +23,7 @@ def test_infer_start_end_from_symbols(self):
23
assert df.index[0].year == 2010
24
assert df.index[-1].year == 2018
25
26
+ @pytest.mark.xfail(reason="Dataset does not exist on Econdb")
27
def test_get_cdh_e_fos(self):
28
# EUROSTAT
29
# Employed doctorate holders in non managerial and non professional
0 commit comments