Closed emoszkowski closed 8 years ago
get_data fails without returning the data series when metadata queries fail. For example,
get_data
f = Fred() data = get_data(f, "PRS85006063"; frequency="q", observation_start="1959-01-01")
throws a KeyError. Would it be possible to throw a warning but still return the series if non-essential metadata is missing?
KeyError
Thanks. Closed by d8891d957426f857a78c42c2752a61fd63393f0d
get_data
fails without returning the data series when metadata queries fail. For example,throws a
KeyError
. Would it be possible to throw a warning but still return the series if non-essential metadata is missing?