bdecon / econ_data

Python 3 examples of using economic data APIs and working with economic microdata. Includes bd CPS.
70 stars 37 forks source link

bd_CPS_grapher bug with variables with numbers #240

Closed bdecon closed 3 years ago

bdecon commented 4 years ago

The bd_CPS_grapher won't work if variables containing a number are in the filter column, for example, COW1. This is because the filter section is searched by regex for capital letter words. The search should be to find any instances of CPS variables, which is a known list.

bdecon commented 3 years ago

I've removed the bd_CPS_grapher some time ago and haven't replaced it, so closing this issue.