v0.3.0: predicate value discovery, geography parent and FIPS validation
predicate value discovery, geography parent and FIPS validation
- Add census_list_predicate_values to list the codes a filter dimension accepts, from the dataset dictionary or a live wildcard query (#23)
- Echo the label of any filter dimension a query left unset per row in applied_filters, since the API's default isn't always a total (#24)
- Reject a parent_fips/county_fips (or within/within_county) the geography level doesn't accept before querying, instead of forwarding a raw 400 (#21)
- Zero-pad parent_fips/county_fips/within/within_county to the width the Census API matches on, with a schema pattern;
*still passes through unpadded (#25)