Coverage for acspsuedo / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-11 16:02 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-11 16:02 +0000
1"""
2High-level functions and classes for the `acspsuedo` package.
4Note:
6- `acspsuedo.query`
8 Main entry point for interfacing and downloading American Community
9 Survey data
11- `acspsuedo.datasets`
13 Metadata on the supported Census Bureau APIs. Continuously updated
14 to track API releases.
16- `acspsuedo.fips`
18 Federal Information Processing Series (FIPS) codes for geographic
19 scopes. Useful for cross-referencing geographic scopes' identifiers
20 when supplying geographies within which queried data should be
21 confined to.
22"""