NYCPlanning / db-factfinder

data ETL for population fact finder (decennial + acs)
https://nycplanning.github.io/db-factfinder/factfinder/
MIT License
2 stars 3 forks source link

profile only variable should have base_variable = pff_variable #63

Closed SPTKL closed 3 years ago

SPTKL commented 3 years ago

56

e.g.

    {
        "pff_variable": "abroad",
        "base_variable": "dfhs2",
        "census_variable": [
            "DP02_0085"
        ],
        "domain": "social",
        "rounding": 0,
        "source": "profile"
    },

abroad should not be a profile only variable because pff_variable != base_variable, therefore cannot take PE/PM directly from census API