Oliver Sherouse
Oliver Sherouse
Thanks for the bug report. I'll explain what seems to be happening so that I remember later. This series is mislabeled in BLS as quarterly; when you do a simple...
That's a limitation of the API (see [the documentation](https://www.bls.gov/developers/api_signature_v2.htm#multiple)). I suppose I could do multiple pulls and merge them, which is what you should do as a workaround. Out of...
The `dev` branch is all but ready for release; I just need to finish writing the documentation. I'll try to get this done very soon.
The issue is fixed; what are the bugs you get when you run `pip install wbdata`?
Yes, that will solve that for now, I'll also open an issue to do it automatically on a failed load. What operating system are you using?
@ValeCKalpha Should be at" C:\Documents and Settings\\Application Data\Local Settings\wbdata\wbdata", where is your username.
@ValeCKalpha "~/Library/Application Support/wbdata"
Not at the moment, that's how the WB API handles things. I suppose we could build that in manually without too much trouble by indicating a special code that means...
Another workaround is to use `[i for i in wbdata.get_country() if not i['incomeLevel']['value'] == "Aggregates"]`; that seems to be fairly comprehensive. I'll consider adding that as a utility in the...
This is apparently an error upstream. http://api.worldbank.org/v2/country/MTQ gives the same error. Unfortunately, that means I can't do anything about it.