You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed census data aggregation for tract/county/state lookups: Previously, querying census data at geographic levels higher than block (tract, block_group, county, state) would return incorrect values. The DuckDB queries now properly aggregate (SUM) block-level data when querying at higher geographic levels.
Improvements
Added GeoLevel.from_geoid_length() class method for auto-detecting geographic level from GEOID string length
Updated get_variables_for_geoid() to auto-detect geo_level if not provided
Added comprehensive tests for DuckDB aggregation at all geographic levels
Fixed all ruff linting errors
Metadata
Updated package description to reflect ACS support