Coverage for acspsuedo / __init__.py: 100%

0 statements  

« 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. 

3 

4Note: 

5 

6- `acspsuedo.query` 

7 

8 Main entry point for interfacing and downloading American Community 

9 Survey data 

10 

11- `acspsuedo.datasets` 

12 

13 Metadata on the supported Census Bureau APIs. Continuously updated 

14 to track API releases. 

15 

16- `acspsuedo.fips` 

17 

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"""