Population

adrio.acs5.Population(self, *, fix_insufficient_data=None, fix_missing=None)

Loads population data from the US Census ACS 5-Year Data (variable B01001_001E). ACS5 data is compiled from surveys taken during a rolling five year period, and as such are estimates.

Data is available using CensusScope geographies, from StateScope down to BlockGroupScope (aggregates are computed by the Census Bureau). Data is loaded according to the scope’s year, from 2009 to 2023.

The result is an N-shaped array of integers.

Parameters

fix_insufficient_data: Fix[ValueT] = None

The method to use to replace values that could not be computed due to an insufficient number of sample observation (-666666666 in the data).

fix_missing: Fill[ValueT] = None

The method to use to fix missing values.

See Also

The ACS 5-Year documentation from the US Census.

Attributes

result_format: ResultFormat[np.int64]

Information about the format of the ADRIO’s resulting data.

This is an abstract method.

Methods

Name Description
estimate_data Estimate the data usage for this ADRIO in a RUME.
with_context Constructs a clone of this instance which has access to the given context.
inspect Produce an inspection of the ADRIO’s data for the current context.
evaluate Evaluates the ADRIO in the current context.