Skip to content

Releases: hrecht/censusapi

censusapi v0.7.0

10 Sep 13:34
Compare
Choose a tag to compare
  • Adds show_call option to getCensus(), which shows the underlying API call (otherwise only shown on errors) and link to package documentation when used.
  • Converts improperly formatted string “N/A” and “NULL” values from underlying Census data to true NA values.
  • Improves parsing of columns as numeric or character, specifically:
    • Keeps 2017 NAICS variables as characters, instead of erroneously converting to numeric.
    • Parses endpoint numeric variables with all-character variable names as numeric for several popular endpoints: SAHIE, SAIPE, ZBP, CBP, PEP and Decennial Response Rates.
  • Removes examples from deprecated 1990 and 2000 Decennial endpoints.

censusapi v0.6.0

14 Apr 20:14
Compare
Choose a tag to compare
  • Allows the use of miscellaneous paramaters in getCensus(). This allows users to specify any valid API argument name and pass it a value, giving full access to all of the underlying Census Bureau APIs.
  • Adds a group parameter in listCensusMetadata(). This allows users to get variable metadata for a specified variable group.
  • Improves internal logic in listCensusMetadata().
  • Add documentation and examples using miscellaneous paramaters.
  • Returns underlying API call in error messages, particularly useful for users needing from the Census Bureau.
  • Specifies tract in block group example due to underlying API changes.
  • Adds Contributor Code of Conduct.

censusapi v0.3.0

03 May 13:15
Compare
Choose a tag to compare
  • Does not convert ACS annotation flag variables into numeric columns.
  • Puts lowercase variable name columns first (geographies), rather than all non-numeric columns.
  • Changes all punctuation in returned column names into underscores, removing repeated underscores and trailing punctuation.
  • Uses consistent spacing in examples.
  • Updates examples using ACS data to latest year using new acs/acs5 endpoint and adds variable group examples.

censusapi 0.2

14 Jun 16:02
Compare
Choose a tag to compare